home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / hardware / h550_driver / h550_dev < prev    next >
Encoding:
Text File  |  1994-08-02  |  360 b   |  14 lines

  1. # Add the following lines to the /dev/MAKEDEV file to make the
  2. # appropriate serial port devices 
  3. # then type (as root) "MAKEDEV h550"
  4.  
  5. # comtrol Hostess 550 ISA serial port board
  6. C_H550=233
  7.  
  8. # Comtrol Hostess 550 serial i/o
  9. h550: anything
  10.      $(INSTTY) ${C_H550},0-31,128 ttyd
  11.      $(INSTTY) ${C_H550},32-63,128 ttym
  12.      $(INSTTY) ${C_H550},64-95,128 ttyf
  13.  
  14.